home *** CD-ROM | disk | FTP | other *** search
- object frmCreateVar: TfrmCreateVar
- Left = 550
- Top = 241
- HelpContext = 16
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Create Variable'
- ClientHeight = 332
- ClientWidth = 294
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object lblVarName: TLabel
- Left = 8
- Top = 64
- Width = 205
- Height = 13
- AutoSize = False
- Caption = 'Variable &Name:'
- FocusControl = edtVarName
- end
- object lblVarValue: TLabel
- Left = 8
- Top = 108
- Width = 213
- Height = 13
- AutoSize = False
- Caption = 'Initial &Value (optional):'
- end
- object Label1: TLabel
- Left = 8
- Top = 256
- Width = 205
- Height = 13
- AutoSize = False
- Caption = '&Description (optional):'
- FocusControl = edtVarDescription
- end
- object edtVarName: TEdit
- Left = 8
- Top = 80
- Width = 277
- Height = 21
- AutoSize = False
- TabOrder = 0
- end
- object comCancel: TButton
- Left = 213
- Top = 303
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- object comOk: TButton
- Left = 129
- Top = 303
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 5
- OnClick = comOkClick
- end
- object edtVarDescription: TEdit
- Left = 8
- Top = 272
- Width = 277
- Height = 21
- AutoSize = False
- TabOrder = 4
- end
- object memVarValue: TMemo
- Left = 8
- Top = 124
- Width = 277
- Height = 77
- ScrollBars = ssVertical
- TabOrder = 1
- OnKeyDown = memVarValueKeyDown
- end
- object pnlTop: TPanel
- Left = 0
- Top = 0
- Width = 294
- Height = 57
- Align = alTop
- BevelOuter = bvNone
- Color = clWindow
- TabOrder = 7
- object Image1: TImage
- Left = 244
- Top = 4
- Width = 29
- Height = 29
- Picture.Data = {<image000.ico>}
- end
- object lblMoreInfoLink: TLabel
- Left = 224
- Top = 36
- Width = 70
- Height = 16
- Cursor = crHandPoint
- Alignment = taCenter
- AutoSize = False
- Caption = 'More Info'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsUnderline]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- OnClick = lblMoreInfoLinkClick
- end
- object Memo1: TMemo
- Left = 8
- Top = 4
- Width = 225
- Height = 33
- TabStop = False
- BorderStyle = bsNone
- Lines.Strings = (
- 'Variables allow your task to store, manipulate '
- 'and use dynamic data. ')
- ReadOnly = True
- TabOrder = 0
- end
- end
- object pnlDivider: TPanel
- Left = 0
- Top = 57
- Width = 294
- Height = 2
- Align = alTop
- BevelOuter = bvLowered
- TabOrder = 8
- end
- object chkIsParameter: TCheckBox
- Left = 8
- Top = 208
- Width = 277
- Height = 17
- Caption = '&Treat as parameter'
- TabOrder = 2
- end
- object chkDisguise: TCheckBox
- Left = 8
- Top = 228
- Width = 277
- Height = 17
- Caption = 'D&isguise variable contents'
- TabOrder = 3
- end
- object IvTranslator1: TIvTranslator
- DictionaryName = 'dcoAMStepBuilder'
- Left = 8
- Top = 296
- TargetsData = (
- 1
- 6
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0)
- (
- '*'
- 'Cells'
- 0)
- (
- 'TRichEdit'
- 'Text'
- 0)
- (
- '*'
- 'Lines'
- 0)
- (
- 'TMemo'
- 'Text'
- 0))
- end
- end
-